gdkdisplay: Remove (nullable)
authorJordan Petridis <jordan@centricular.com>
Mon, 25 Oct 2021 15:40:40 +0000 (18:40 +0300)
committerJordan Petridis <jordan@centricular.com>
Mon, 25 Oct 2021 15:40:40 +0000 (18:40 +0300)
commit4cda2aec57910afff7ffab7be09d8dc0770206d5
treed73399352a87731c20fad0e42cabf3a2599e728b
parent33470fd87254368eebd8747c84de9bb7f74f4458
gdkdisplay: Remove (nullable)

gdk_display_create_gl_context only returns NULL when there is
an error set or asserts/aborts. So nullalbe annotation isn't needed.

Similar to 53312cf696516cdeb1c284008992022a210bb233
gdk/gdkdisplay.c